3.743 \(\int (a+i a \tan (e+f x)) (A+B \tan (e+f x)) \sqrt {c-i c \tan (e+f x)} \, dx\)

Optimal. Leaf size=60 \[ \frac {2 a (B+i A) \sqrt {c-i c \tan (e+f x)}}{f}-\frac {2 a B (c-i c \tan (e+f x))^{3/2}}{3 c f} \]

[Out]

2*a*(I*A+B)*(c-I*c*tan(f*x+e))^(1/2)/f-2/3*a*B*(c-I*c*tan(f*x+e))^(3/2)/c/f

________________________________________________________________________________________

Rubi [A]  time = 0.10, antiderivative size = 60, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 41, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.049, Rules used = {3588, 43} \[ \frac {2 a (B+i A) \sqrt {c-i c \tan (e+f x)}}{f}-\frac {2 a B (c-i c \tan (e+f x))^{3/2}}{3 c f} \]

Antiderivative was successfully verified.

[In]

Int[(a + I*a*Tan[e + f*x])*(A + B*Tan[e + f*x])*Sqrt[c - I*c*Tan[e + f*x]],x]

[Out]

(2*a*(I*A + B)*Sqrt[c - I*c*Tan[e + f*x]])/f - (2*a*B*(c - I*c*Tan[e + f*x])^(3/2))/(3*c*f)

Rule 43

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rule 3588

Int[((a_) + (b_.)*tan[(e_.) + (f_.)*(x_)])^(m_.)*((A_.) + (B_.)*tan[(e_.) + (f_.)*(x_)])*((c_) + (d_.)*tan[(e_
.) + (f_.)*(x_)])^(n_.), x_Symbol] :> Dist[(a*c)/f, Subst[Int[(a + b*x)^(m - 1)*(c + d*x)^(n - 1)*(A + B*x), x
], x, Tan[e + f*x]], x] /; FreeQ[{a, b, c, d, e, f, A, B, m, n}, x] && EqQ[b*c + a*d, 0] && EqQ[a^2 + b^2, 0]

Rubi steps

\begin {align*} \int (a+i a \tan (e+f x)) (A+B \tan (e+f x)) \sqrt {c-i c \tan (e+f x)} \, dx &=\frac {(a c) \operatorname {Subst}\left (\int \frac {A+B x}{\sqrt {c-i c x}} \, dx,x,\tan (e+f x)\right )}{f}\\ &=\frac {(a c) \operatorname {Subst}\left (\int \left (\frac {A-i B}{\sqrt {c-i c x}}+\frac {i B \sqrt {c-i c x}}{c}\right ) \, dx,x,\tan (e+f x)\right )}{f}\\ &=\frac {2 a (i A+B) \sqrt {c-i c \tan (e+f x)}}{f}-\frac {2 a B (c-i c \tan (e+f x))^{3/2}}{3 c f}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 2.54, size = 45, normalized size = 0.75 \[ \frac {2 a \sqrt {c-i c \tan (e+f x)} (3 i A+i B \tan (e+f x)+2 B)}{3 f} \]

Antiderivative was successfully verified.

[In]

Integrate[(a + I*a*Tan[e + f*x])*(A + B*Tan[e + f*x])*Sqrt[c - I*c*Tan[e + f*x]],x]

[Out]

(2*a*((3*I)*A + 2*B + I*B*Tan[e + f*x])*Sqrt[c - I*c*Tan[e + f*x]])/(3*f)

________________________________________________________________________________________

fricas [A]  time = 0.75, size = 65, normalized size = 1.08 \[ \frac {\sqrt {2} {\left ({\left (6 i \, A + 6 \, B\right )} a e^{\left (2 i \, f x + 2 i \, e\right )} + {\left (6 i \, A + 2 \, B\right )} a\right )} \sqrt {\frac {c}{e^{\left (2 i \, f x + 2 i \, e\right )} + 1}}}{3 \, {\left (f e^{\left (2 i \, f x + 2 i \, e\right )} + f\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c-I*c*tan(f*x+e))^(1/2)*(a+I*a*tan(f*x+e))*(A+B*tan(f*x+e)),x, algorithm="fricas")

[Out]

1/3*sqrt(2)*((6*I*A + 6*B)*a*e^(2*I*f*x + 2*I*e) + (6*I*A + 2*B)*a)*sqrt(c/(e^(2*I*f*x + 2*I*e) + 1))/(f*e^(2*
I*f*x + 2*I*e) + f)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (B \tan \left (f x + e\right ) + A\right )} {\left (i \, a \tan \left (f x + e\right ) + a\right )} \sqrt {-i \, c \tan \left (f x + e\right ) + c}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c-I*c*tan(f*x+e))^(1/2)*(a+I*a*tan(f*x+e))*(A+B*tan(f*x+e)),x, algorithm="giac")

[Out]

integrate((B*tan(f*x + e) + A)*(I*a*tan(f*x + e) + a)*sqrt(-I*c*tan(f*x + e) + c), x)

________________________________________________________________________________________

maple [A]  time = 0.46, size = 66, normalized size = 1.10 \[ \frac {2 i a \left (\frac {i B \left (c -i c \tan \left (f x +e \right )\right )^{\frac {3}{2}}}{3}-i B c \sqrt {c -i c \tan \left (f x +e \right )}+c A \sqrt {c -i c \tan \left (f x +e \right )}\right )}{f c} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c-I*c*tan(f*x+e))^(1/2)*(a+I*a*tan(f*x+e))*(A+B*tan(f*x+e)),x)

[Out]

2*I/f*a/c*(1/3*I*B*(c-I*c*tan(f*x+e))^(3/2)-I*B*c*(c-I*c*tan(f*x+e))^(1/2)+c*A*(c-I*c*tan(f*x+e))^(1/2))

________________________________________________________________________________________

maxima [A]  time = 0.41, size = 48, normalized size = 0.80 \[ \frac {2 i \, {\left (i \, {\left (-i \, c \tan \left (f x + e\right ) + c\right )}^{\frac {3}{2}} B a + 3 \, \sqrt {-i \, c \tan \left (f x + e\right ) + c} {\left (A - i \, B\right )} a c\right )}}{3 \, c f} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c-I*c*tan(f*x+e))^(1/2)*(a+I*a*tan(f*x+e))*(A+B*tan(f*x+e)),x, algorithm="maxima")

[Out]

2/3*I*(I*(-I*c*tan(f*x + e) + c)^(3/2)*B*a + 3*sqrt(-I*c*tan(f*x + e) + c)*(A - I*B)*a*c)/(c*f)

________________________________________________________________________________________

mupad [B]  time = 0.69, size = 102, normalized size = 1.70 \[ \frac {a\,\sqrt {-\frac {c\,\left (-2\,{\cos \left (e+f\,x\right )}^2+\sin \left (2\,e+2\,f\,x\right )\,1{}\mathrm {i}\right )}{2\,{\cos \left (e+f\,x\right )}^2}}\,\left (A\,3{}\mathrm {i}+2\,B+A\,\left (2\,{\cos \left (e+f\,x\right )}^2-1\right )\,3{}\mathrm {i}+2\,B\,\left (2\,{\cos \left (e+f\,x\right )}^2-1\right )+B\,\sin \left (2\,e+2\,f\,x\right )\,1{}\mathrm {i}\right )}{3\,f\,{\cos \left (e+f\,x\right )}^2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((A + B*tan(e + f*x))*(a + a*tan(e + f*x)*1i)*(c - c*tan(e + f*x)*1i)^(1/2),x)

[Out]

(a*(-(c*(sin(2*e + 2*f*x)*1i - 2*cos(e + f*x)^2))/(2*cos(e + f*x)^2))^(1/2)*(A*3i + 2*B + A*(2*cos(e + f*x)^2
- 1)*3i + 2*B*(2*cos(e + f*x)^2 - 1) + B*sin(2*e + 2*f*x)*1i))/(3*f*cos(e + f*x)^2)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ i a \left (\int \left (- i A \sqrt {- i c \tan {\left (e + f x \right )} + c}\right )\, dx + \int A \sqrt {- i c \tan {\left (e + f x \right )} + c} \tan {\left (e + f x \right )}\, dx + \int B \sqrt {- i c \tan {\left (e + f x \right )} + c} \tan ^{2}{\left (e + f x \right )}\, dx + \int \left (- i B \sqrt {- i c \tan {\left (e + f x \right )} + c} \tan {\left (e + f x \right )}\right )\, dx\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c-I*c*tan(f*x+e))**(1/2)*(a+I*a*tan(f*x+e))*(A+B*tan(f*x+e)),x)

[Out]

I*a*(Integral(-I*A*sqrt(-I*c*tan(e + f*x) + c), x) + Integral(A*sqrt(-I*c*tan(e + f*x) + c)*tan(e + f*x), x) +
 Integral(B*sqrt(-I*c*tan(e + f*x) + c)*tan(e + f*x)**2, x) + Integral(-I*B*sqrt(-I*c*tan(e + f*x) + c)*tan(e
+ f*x), x))

________________________________________________________________________________________